Restful Service Composition
نویسنده
چکیده
The Service-Oriented Architecture (soa) has become one of the most popular approaches to building large-scale network applications. The web service technologies are de facto the default implementation for soa. Simple Object Access Protocol (soap) is the key and fundamental technology of web services. Service composition is a way to deliver complex services based on existing partner services. Service orchestration with the support of Web Services Business Process Execution Language (wsbpel) is the dominant approach of web service composition. Wsbpel-based service orchestration inherited the issue of interoperability from soap, and it was furthermore challenged for performance, scalability, reliability and modifiability. I present an architectural approach for service composition in this thesis to address these challenges. An architectural solution is so generic that it can be applied to a large spectrum of problems. I name the architectural style RESTful Service Composition (rsc), because many of its elements and constraints are derived from Representational State Transfer (rest). Rest is an architectural style developed to describe the architectural style of the Web. The Web has demonstrated outstanding interoperability, performance, scalability, reliability and modifiability. Rsc is designed for service composition on the Internet. The rsc style is composed on specific element types, including restful service composition client, restful partner proxy, composite resource, resource client, functional computation and relaying service. A service composition is partitioned into stages; each stage is represented as a computation that has a uniform identifier and a set of uniform access methods; and the transitions between stages are driven by computational batons. Rsc is supplemented by a programming model that emphasizes on-demand function, map-reduce and continuation passing. An rsc-style composition does not depend on either a central conductor service or a common choreography specification, which makes it different from service orchestration or service choreography. Four scenarios are used to evaluate the performance, scalability, reliability and modifiability improvement of the rsc approach compared to orchestration. An rsc-style solution and an orchestration solution are compared side by side in every scenario. The first sce-
منابع مشابه
Discovery and Composition of Link Open Data based RESTful Web services
Web services are now widely utilized which demands to perform the discovery and composition process to meet the user request. By considering services as the base, an architectural model has been provided by Service Oriented Architecture (SOA). These web services are also known as traditional web services or SOAP web services. These web services increases overhead of XML processing at descriptio...
متن کاملRESTful Web service composition with BPEL for REST
Current Web service technology is evolving towards a simpler approach to define Web service APIs that challenges the assumptions made by existing languages for Web service composition. RESTful Web services introduce a new kind of abstraction, the resource, which does not fit well with the message-oriented paradigm of theWeb service description language (WSDL). RESTful Web services are thus hard...
متن کاملComposing RESTful Services with JOpera
The REST architectural style is emerging as an alternative technology platform for the realization of service-oriented architectures. In this paper, we apply the notion of composition to RESTful services and derive a set of language features that are required by composition languages for RESTful services: dynamic late binding, dynamic typing, content-type negotiation, state inspection, and comp...
متن کاملOn Composing RESTful Services
Composition is one of the central tenets of service oriented computing. This paper discusses how composition can be applied to RESTful services in order to foster their reuse. Given the specific constraints of the REST architectural style, a number of challenges for current service composition languages and technologies are identified to point out future research directions.
متن کاملDyCSR: Dynamic Composition of SOAP Services and Restful Services in e-Governance Applications
Composition of web services is a prominent feature of Service Oriented Architecture, for implementing business processes. Business processes may collaborate within or across organizations. During cross organizational collaborations, services are often heterogeneous thereby bringing challenges to composition. The two most popular types of web services are SOAP based web services and RESTful web ...
متن کاملA linear logic approach to RESTful web service modelling and composition
RESTful Web Services are gaining increasing attention from both the service and the Web communities. The rising number of services being implemented and made available on the Web is creating a demand for modelling techniques that can abstract REST design from the implementation in order better to specify, analyse and implement large-scale RESTful Web systems. It can also help by providing suita...
متن کامل